CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OpenCV line

搜索资源列表

  1. Line

    0下载:
  2. 通过OPENCV对曲线进行直线拟合,曲线输入为图片,输出为一副直线的图片,可以参考一下
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:7621
    • 提供者:朱志强
  1. 用C++和OpenCV实现的图像方框的识别

    3下载:
  2. 用C++和OpenCV实现的图像方框的识别,并对方框进行标记,用红色的线标记出来。可以用于图像分割、定位等等。,Using C++ and OpenCV image box to achieve the recognition, and the box marked with a red line marked. Can be used for image segmentation, positioning and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-10-06
    • 文件大小:3552214
    • 提供者:吴亮
  1. 利用OpenCV对视频进行处理

    0下载:
  2. 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1500
    • 提供者:刘增宝
  1. hough.用hough变换来检测直线

    2下载:
  2. 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-07
    • 文件大小:1494159
    • 提供者:王坤
  1. HaarFaceDetect.zip

    0下载:
  2. This program is the haar opencv face detector slightly modified for ease of use There are command line options available to avoid the need to use the gui (see facedetect.cpp for the command line option format This program needs fltk installed. I
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:84312
    • 提供者:陈忠翔
  1. skeleton.rar

    1下载:
  2. 一个用opencv编写的骨架提取的程序,主要原理是基于距离变换,鲁棒性很高,里面附了多个测试图片,Opencv prepared with a skeleton extraction procedure, the main principle is based on the distance transform, robust high, which is attached a number of test pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:254777
    • 提供者:huwentao
  1. Gabor(matlab_C_Cv).rar

    3下载:
  2. 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
  3. 所属分类:Special Effects

    • 发布日期:2015-09-06
    • 文件大小:20918
    • 提供者:
  1. draw.rar

    0下载:
  2. 基于opencv的绘图程序,可以实现在图片上用鼠标画线的功能,Opencv-based mapping procedures, can be achieved with the mouse in the picture on the function of drawing a line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:236802
    • 提供者:wangz
  1. test.rar

    0下载:
  2. 用OPENCV测试图像中的直线:主要利用了canny算法和hough变换,OPENCV test images used in a straight line: the main algorithm and canny use of the hough transform
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1972667
    • 提供者:liyu
  1. opencv.rar

    0下载:
  2. 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1659279
    • 提供者:pop
  1. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:6126735
    • 提供者:wk
  1. 1

    0下载:
  2. 使用opencv编写的读取图像的程序,是个命令行程序。希望对大家有用-Opencv prepared using the procedure to read the image, it is a command-line program. I hope all of you a useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:99041
    • 提供者:huan
  1. HOUGH

    0下载:
  2. 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:82777
    • 提供者:liweijun
  1. pro

    0下载:
  2. 将opencv的image结构与windows CDC对象结合起来,本例就轻松用opencv反走样直线绘制在CDC对象里面。 接供的接口很有参考价值。 -Opencv structure to the image object with the combination of windows CDC, which in this case on the easy to use anti-aliasing opencv draw a straight line inside the CDC ob
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:238577
    • 提供者:jiang
  1. BoardCount

    0下载:
  2. 本程序能对图片中的pcb板子进行计数,效果很好!主要使用opencv和vc++开发,能根据环境的改变来改变参数。-This procedure can pcb board pictures to count, very good! The main use of opencv and vc++ development, in accordance with changes in the environment to change the parameters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:998896
    • 提供者:yan
  1. HoughTrans

    0下载:
  2. Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:41993
    • 提供者:彭石
  1. ComDlg

    0下载:
  2. OpenCV和Rs232通信的演示程序。多线成实现通信。-OpenCV and Rs232 communications demonstration program. Multi-line as for communication.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:8817
    • 提供者:Jiang
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. line

    0下载:
  2. 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
  3. 所属分类:OpenCV

  1. python-opencv镜头直线检测

    1下载:
  2. 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:1024
    • 提供者:raintonight
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com